Frame Reference
A frame is defined by theJMFrameRefobject, which has the following type definition:
typedef struct JMFrame* JMFrameRef;Note that theJMFrameRefobject is not the same as ajava.awt.Frameobject. TheJMFrameRefobject encapsulates the Java frame object so that it can be referenced outside the Java environment.